home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TFRMCOMPACTDB / TFRMCOMPACTDB.txt
Encoding:
Text File  |  2005-02-07  |  4.6 KB  |  210 lines

  1. object frmCompactDB: TfrmCompactDB
  2.   Left = 464
  3.   Top = 584
  4.   HelpContext = 1730
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Compact database'
  8.   ClientHeight = 262
  9.   ClientWidth = 456
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Panel2: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 456
  28.     Height = 262
  29.     Align = alClient
  30.     BevelOuter = bvNone
  31.     TabOrder = 1
  32.     Visible = False
  33.     object Bevel1: TBevel
  34.       Left = 6
  35.       Top = 4
  36.       Width = 448
  37.       Height = 215
  38.       Shape = bsFrame
  39.     end
  40.     object StatusLabel2: TTntLabel
  41.       Left = 32
  42.       Top = 241
  43.       Width = 380
  44.       Height = 13
  45.       AutoSize = False
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clWindowText
  48.       Font.Height = -11
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = [fsBold]
  51.       ParentFont = False
  52.     end
  53.     object StatusLabel1: TTntLabel
  54.       Left = 32
  55.       Top = 224
  56.       Width = 380
  57.       Height = 13
  58.       AutoSize = False
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clWindowText
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = [fsBold]
  64.       ParentFont = False
  65.     end
  66.     object JvInstallLabel1: TJvUniInstallLabel
  67.       Left = 8
  68.       Top = 6
  69.       Width = 441
  70.       Height = 210
  71.       ImageList = frm40tdMain.BtnIL
  72.     end
  73.     object CloseButton2: TMMTNTBItBtn
  74.       Left = 380
  75.       Top = 232
  76.       Width = 75
  77.       Height = 25
  78.       Caption = '&Close'
  79.       Font.Charset = DEFAULT_CHARSET
  80.       Font.Color = clBtnText
  81.       Font.Height = -11
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = []
  84.       ModalResult = 1
  85.       ParentFont = False
  86.       TabOrder = 0
  87.       Visible = False
  88.     end
  89.   end
  90.   object Panel1: TPanel
  91.     Left = 0
  92.     Top = 0
  93.     Width = 456
  94.     Height = 262
  95.     Align = alClient
  96.     BevelOuter = bvNone
  97.     TabOrder = 0
  98.     object Beveles1: TBevelesU
  99.       Left = 40
  100.       Top = 216
  101.       Width = 193
  102.       Height = 105
  103.       Shape = bsFrame
  104.       Visible = False
  105.       Caption = 'Summary of wasted space (approx.)'
  106.       BorderWidth = 0
  107.     end
  108.     object Label1: TTntLabel
  109.       Left = 56
  110.       Top = 240
  111.       Width = 110
  112.       Height = 13
  113.       Caption = 'Article bodies to delete:'
  114.       Visible = False
  115.     end
  116.     object Label2: TTntLabel
  117.       Left = 56
  118.       Top = 264
  119.       Width = 117
  120.       Height = 13
  121.       Caption = 'Article headers to delete:'
  122.       Visible = False
  123.     end
  124.     object ClutteredBodySpace: TTntLabel
  125.       Left = 184
  126.       Top = 240
  127.       Width = 17
  128.       Height = 13
  129.       Caption = 'n/a'
  130.       Visible = False
  131.     end
  132.     object ClutteredHeaderSpace: TTntLabel
  133.       Left = 184
  134.       Top = 264
  135.       Width = 17
  136.       Height = 13
  137.       Caption = 'n/a'
  138.       Visible = False
  139.     end
  140.     object Label3: TTntLabel
  141.       Left = 4
  142.       Top = 56
  143.       Width = 457
  144.       Height = 25
  145.       Alignment = taCenter
  146.       AutoSize = False
  147.       Caption = 'Compacting Dialog'#39's database can take several minutes to hours.'
  148.       WordWrap = True
  149.     end
  150.     object Close: TMMTNTBItBtn
  151.       Left = 380
  152.       Top = 232
  153.       Width = 75
  154.       Height = 25
  155.       Cancel = True
  156.       Caption = '&Close'
  157.       Font.Charset = DEFAULT_CHARSET
  158.       Font.Color = clBtnText
  159.       Font.Height = -11
  160.       Font.Name = 'MS Sans Serif'
  161.       Font.Style = []
  162.       ModalResult = 1
  163.       ParentFont = False
  164.       TabOrder = 2
  165.     end
  166.     object GetClutteredSpaceBtn: TMMTNTBItBtn
  167.       Left = 152
  168.       Top = 288
  169.       Width = 75
  170.       Height = 25
  171.       Caption = 'Refresh'
  172.       Font.Charset = DEFAULT_CHARSET
  173.       Font.Color = clBtnText
  174.       Font.Height = -11
  175.       Font.Name = 'MS Sans Serif'
  176.       Font.Style = []
  177.       ParentFont = False
  178.       TabOrder = 0
  179.       Visible = False
  180.       OnClick = GetClutteredSpaceBtnClick
  181.     end
  182.     object CompactBtn: TMMTNTBItBtn
  183.       Left = 156
  184.       Top = 130
  185.       Width = 137
  186.       Height = 25
  187.       Caption = 'Compact &Now!'
  188.       Default = True
  189.       Font.Charset = DEFAULT_CHARSET
  190.       Font.Color = clBtnText
  191.       Font.Height = -11
  192.       Font.Name = 'MS Sans Serif'
  193.       Font.Style = []
  194.       ParentFont = False
  195.       TabOrder = 1
  196.       OnClick = CompactBtnClick
  197.     end
  198.     object KeepBackup: TtntAutoSizeCheckBox
  199.       Left = 108
  200.       Top = 91
  201.       Width = 195
  202.       Height = 17
  203.       Caption = '&Keep backup of uncompressed data'
  204.       Checked = True
  205.       State = cbChecked
  206.       TabOrder = 3
  207.     end
  208.   end
  209. end
  210.